home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / drivers / isdn / hardware / eicon / Kconfig next >
Encoding:
Text File  |  2008-12-24  |  1.1 KB  |  52 lines

  1. #
  2. # ISDN DIVAS Eicon driver
  3. #
  4.  
  5. menuconfig CAPI_EICON
  6.     bool "Active Eicon DIVA Server cards"
  7.     help
  8.       Enable support for Eicon Networks active ISDN cards.
  9.  
  10. if CAPI_EICON
  11.  
  12. config ISDN_DIVAS
  13.     tristate "Support Eicon DIVA Server cards"
  14.     depends on PROC_FS && PCI
  15.     help
  16.       Say Y here if you have an Eicon Networks DIVA Server PCI ISDN card.
  17.       In order to use this card, additional firmware is necessary, which
  18.       has to be downloaded into the card using the divactrl utility.
  19.  
  20. if ISDN_DIVAS
  21.  
  22. config ISDN_DIVAS_BRIPCI
  23.     bool "DIVA Server BRI/PCI support"
  24.     help
  25.       Enable support for DIVA Server BRI-PCI.
  26.  
  27. config ISDN_DIVAS_PRIPCI
  28.     bool "DIVA Server PRI/PCI support"
  29.     help
  30.       Enable support for DIVA Server PRI-PCI.
  31.  
  32. config ISDN_DIVAS_DIVACAPI
  33.     tristate "DIVA CAPI2.0 interface support"
  34.     help
  35.       You need this to provide the CAPI interface
  36.       for DIVA Server cards.
  37.  
  38. config ISDN_DIVAS_USERIDI
  39.     tristate "DIVA User-IDI interface support"
  40.     help
  41.       Enable support for user-mode IDI interface.
  42.  
  43. config ISDN_DIVAS_MAINT
  44.     tristate "DIVA Maint driver support"
  45.     depends on m
  46.     help
  47.       Enable Divas Maintenance driver.
  48.  
  49. endif # ISDN_DIVAS
  50.  
  51. endif # CAPI_EICON
  52.